/**
 Theme Name: Hamko
 Author: AwesomeThemez
 Developer: Tamjid Bin Murtoza;
 Version: 1.0.0
 */

 /*Google Fonts*/
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600|Work+Sans:300,400,500,700,900');

/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Alignments
3. Clearings
4. Typography
5. Links
6. Transition
7. General
8. Preloader
9. ScrollUp
10. Site Header
11. Home Page
12. About Page
13. Project Page
14. Service Page
15. Single Service Page
16. Gallery Page
17. FAQ
18. Error Page
19. Contact Page
20. Blog Page
21. Comming Soon
22. RTL Version
23. Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 15px;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}
b,
strong {
    font-weight: inherit;
    font-weight: bold;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
mark,
ins {
    background-color: #fbfb01;
    color: #505050;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -4px;
}
sup {
    top: -8px;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    display: block;
    font-size: 100%;
    line-height: 25px;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}
fieldset {
    border: none;
    margin: 0 5px;
    padding: 0;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
2. Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
3. Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

/*--------------------------------------------------------------
4. Typography
--------------------------------------------------------------*/
body {
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
button {
    color: #505050;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
}
input, select, textarea {
    font-size: 15px;
    color: #606060;
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    margin-bottom: 20px;
    padding: 9px 15px;
    border: 1px solid #cacaca;
    outline: none;
    height: 45px;
}
textarea {
    height: 92px;
}
input[type="submit"] {
    width: auto;
    background-color: #ffb600;
    border: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 31px;
}
input[type="submit"]:hover {
    background-color: #404040;
}
input:focus,
textarea:focus {
    border-color: #ffb600;
}
input[type="submit"]:focus {
    border: none;
}
h1, 
h2, 
h3, 
h4, 
h3, 
h6 {
    clear: both;
    color: #505050;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 15px;
}
p {
    margin-bottom: 12px;
    font-size: 15px;
    color: #606060;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}
ul {
    margin: 0 0 15px 0;
    padding-left: 15px;
    list-style: square outside none;
}
ol {
    padding-left: 15px;
    margin-bottom: 15px;
}
li {
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
}
dfn, 
cite, 
em, 
i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
address {
    margin: 0 0 15px;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
5. Links
--------------------------------------------------------------*/
a {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    color: #505050;
    background-color: transparent;
}
a:hover, 
a:focus, 
a:active {
    color: #ffb600;
    text-decoration: none;
}
a:focus,
a:hover, 
a:active {
    outline: none;
}

/*--------------------------------------------------------------
6. Transition
--------------------------------------------------------------*/
a,input, select, textarea,
.singel-service .service-read-more,
.singel-service .service-read-more:after,
.t-btn,
.footer-widget-list ul li:before,
.testimonial-v1 .owl-prev,
.testimonial-v1 .owl-next,
.portfolio-filter ul li a:before,
.nav-tabs > li > a:before,
.single-contact-info i,
.hero-slider-v2 .owl-prev,
.hero-slider-v2 .owl-next {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.singel-project .project-meta,
.singel-project .project-title,
.singel-project .project-date,
.singel-service,
.home-blog .post,
.home-blog .post .byline .posted-on,
.home-blog .post .byline .posted-on a,
.home-blog .byline .comment:before,
.home-blog .byline .author:before,
.team-member,
.member-social-btn,
.team-member .team-member-text,
.team-member .team-member-text h3,
.team-member .team-member-text span,
.team-member .member-social-btn-v1 a,
.inner-portfolio .portfolio-hover,
.gallery-item:before,
.gallery-item:after,
.home-project-v2 .singel-project .singel-project-img:before,
.home-project-v2 .singel-project .t-btn.project-view,
.single-service-v1 .nav-tabs > li > a:before {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*--------------------------------------------------------------
7. General
--------------------------------------------------------------*/
body,
html {
    height: 100%;
    width: 100%
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section {
    padding: 110px 0 80px;
}
.gray-bg {
    background-color: #fafafa;
}
.t-btn {
    display: inline-block;
    background-color: #ffb600;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 32px;
    line-height: 20px;
    outline: none;
    border: none;
    cursor: pointer;
}
.t-btn.t-btn-small {
    padding: 11px 20px;
    font-size: 14px;
}
.t-btn.t-btn-ex-small {
    padding: 8px 15px;
    font-size: 12px;
}
.t-btn.t-btn-lagre {
    padding: 17px 40px;
    font-size: 17px;
}
.t-btn.t-btn-ex-lagre {
    padding: 21px 46px;
    font-size: 20px;
}
.t-btn:hover,
.t-btn:active,
.t-btn:focus {
    background-color: #404040;
    color: #fff;
    outline: none;
}
.p-l-r-0 {
    padding-left: 0;
    padding-right: 0;
}
/*--------------------------------------------------------------
8. Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.t-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.t-circle .t-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.t-circle .t-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #ffb600;
    border-radius: 100%;
    -webkit-animation: t-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: t-circleBounceDelay 1.2s infinite ease-in-out both;
}
.t-circle .t-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); 
}
.t-circle .t-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); 
}
.t-circle .t-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); 
}
.t-circle .t-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); 
}
.t-circle .t-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); 
}
.t-circle .t-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); 
}
.t-circle .t-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); 
}
.t-circle .t-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); 
}
.t-circle .t-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); 
}
.t-circle .t-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); 
}
.t-circle .t-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); 
}
.t-circle .t-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; 
}
.t-circle .t-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; 
}
.t-circle .t-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; 
}
.t-circle .t-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; 
}
.t-circle .t-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; 
}
.t-circle .t-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; 
}
.t-circle .t-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; 
}
.t-circle .t-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; 
}
.t-circle .t-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; 
}
.t-circle .t-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; 
}
.t-circle .t-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; 
}

@-webkit-keyframes t-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes t-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    } 40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*--------------------------------------------------------------
9. ScrollUp
--------------------------------------------------------------*/
.scrollup {
    position: fixed;
    background-color: #ffb600;
    bottom: -60px;
    right: 30px;
    color: #fff;
    padding: 5px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10;
}
.scrollup:before {
    content: "\f102";
    font-family: 'FontAwesome';
}
.scrollup.scrollup-show {
    bottom: 31px;
}

/*--------------------------------------------------------------
10. Site Header
--------------------------------------------------------------*/
.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 100px;
    border-bottom: 1px solid #ffb600;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}
.header-wrap:before,
.header-wrap:after {
    content: none;
}
.site-header.small-height {
    background-color: rgba(10, 10, 10, 0.8);
    height: 70px;
}
/*Site Branding*/
.site-header .custom-logo {
    max-width: 200px;
    max-height: 80px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-header.small-height .custom-logo {
    max-width: 180px;
    max-height: 60px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-logo-link {
    display: inline-block;
}
.site-title {
    line-height: 30px;
    display: inline-block;
}
.site-title a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: 'Work Sans', sans-serif;
    display: inherit;
    line-height: inherit;
}
/*End Site Branding*/
/*Navigation*/
.primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
.primary-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.primary-nav .menu-item {
    position: relative;
    margin-right: 25px;
}
.primary-nav .primary-nav-list > .menu-item {
    height: 100%;
}
.primary-nav .menu-item:last-child {
    margin-right: 0px;
}
.primary-nav .menu-item > a {
    font-size: 15px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Work Sans', sans-serif;
}
.site-header .primary-nav .primary-nav-list > .menu-item > a {
    height: 100%;
}
.primary-nav-list .menu-item > a {
    color: #fff;
}
.primary-nav-list .current-menu-item > a,
.primary-nav-list .menu-item > a:hover,
.primary-nav-list .current-menu-ancestor > a {
    color: #ffb600;
}
.primary-nav-list .current-menu-ancestor .current-menu-ancestor.current-menu-parent > a,
.primary-nav-list .current-menu-ancestor.current-menu-parent .current-menu-item > a {
    background: rgba(0, 0, 0, 0.3);
}
.site-header .primary-nav .menu-item-has-children > ul {
    width: 210px;
    padding-left: 0;
    background-color: rgba(30,30,30, .97);
    position: absolute;
    top: 99px;
    display: none !important;
    z-index: 10;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    border-top: 1px solid #ffb600;
}
.site-header .primary-nav .menu-item-has-children > ul ul {
    top: 1px;
    border-left: 1px solid rgba(142, 141, 141, 0.2);
}
.site-header.small-height .primary-nav .menu-item-has-children > ul {
    top: 69px;
}
.site-header.small-height .primary-nav .menu-item-has-children > ul ul {
    top: 1px;
}
.primary-nav .menu-item:hover  > ul {
    display: block !important;
}
.primary-nav .menu-item-has-children > ul > li {
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 16px;
}
.primary-nav .menu-item-has-children > ul > li a {
    height: initial;
    display: block;
    padding: 11px 15px;
    background: transparent;
    font-size: 11px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(142, 141, 141, 0.2);
}
.primary-nav .menu-item-has-children > ul > li a:hover {
    background: rgba(0, 0, 0, 0.3);}
    .primary-nav .menu-item-has-children > ul > li ul {
        position: absolute;
        left: 100%;
        right: 100%;
        top: 1px;
        display: none;
    }
    .primary-nav .menu-item-has-children > ul > li:hover ul {
        display: block;
    }
    /*Mobile Menu Button*/
    .m-menu-btn,
    .m-menu-btn-2 {
        position: relative;
        display:  inline-block;
        width: 30px;
        height: 27px;
        margin: 15px 0px 15px 25px;
        cursor: pointer;
        display: none;
    }
    .m-menu-btn span,
    .m-menu-btn-2 span {
        margin: 0 auto;
        position: relative;
        top: 12px; 
        -webkit-transition-duration: 0s; 
        -o-transition-duration: 0s; 
        transition-duration: 0s; 
        -webkit-transition-delay: 0.2s; 
        -o-transition-delay: 0.2s; 
        transition-delay: 0.2s;
    }
    .m-menu-btn span:before, 
    .m-menu-btn span:after,
    .m-menu-btn-2 span:before, 
    .m-menu-btn-2 span:after {
        position: absolute;
        content: '';
    }
    .m-menu-btn span, 
    .m-menu-btn span:before, 
    .m-menu-btn span:after,
    .m-menu-btn-2 span, 
    .m-menu-btn-2 span:before, 
    .m-menu-btn-2 span:after {
        width: 25px;
        height: 2px;
        background-color: #fff;
        display: block;
    }
    .m-menu-btn span:before,
    .m-menu-btn-2 span:before {
        margin-top: -8px;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
    }
    .m-menu-btn span:after,
    .m-menu-btn-2 span:after {
        margin-top: 8px;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
    }
    .m-menu-btn-ext span {
        background-color: rgba(0,0,0,0.0); 
        -webkit-transition-delay: 0.2s; 
        -o-transition-delay: 0.2s; 
        transition-delay: 0.2s;
    }
    .m-menu-btn-ext span:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg); 
        -ms-transform: rotate(45deg); 
        transform: rotate(45deg); 
        -webkit-transition-delay: 0s, 0.2s; 
        -o-transition-delay: 0s, 0.2s; 
        transition-delay: 0s, 0.2s;
    }
    .m-menu-btn-ext span:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg); 
        -ms-transform: rotate(-45deg); 
        transform: rotate(-45deg); 
        -webkit-transition-delay: 0s, 0.2s; 
        -o-transition-delay: 0s, 0.2s; 
        transition-delay: 0s, 0.2s;
    }
    .m-dropdown {
        display: none;
    }
    /*End Mobile Menu Button*/
    .primary-nav .primary-nav-list {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: 100%;
    }
    /*Site Header version-1*/
    .site-header.site-header-v1 {
        top: 0px;
        background-color: transparent;
        border: none;
        height: 80px;
        -webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }
    .home .site-header.site-header-v1 {
        top: 60px;
    }
    .site-header.site-header-v1.small-height-v2 {
        position: fixed;
        top: 0;
    }
    .site-header.site-header-v1 .header-wrap {
        width: 1110px;
        background-color: rgba(0,0,0,0.4);
        -webkit-transition: all 0.15s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 0.15s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.15s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }
    .site-header.site-header-v1.small-height-v2 .header-wrap {
        background-color: rgba(0,0,0,0.7);
    }
    .site-header.site-header-v1 .site-branding:before {
        content: '';
        position: absolute;
        height: 100px;
        width: 230px;
        background-color: #ffb600;
        top: -10px;
        left: 36px;
        -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
    }
    .site-header.site-header-v1 .site-branding:after {
        content: '';
        position: absolute;
        height: 100px;
        width: 180px;
        background-color: #ffb600;
        top: -10px;
        left: 0;
    }
    .site-header.site-header-v1 .custom-logo-link {
      position: relative;
      z-index: 2
  }
  .site-header.site-header-v1 .site-title {
      position: relative;
      z-index: 2
  }
  .site-header.site-header-v1 .site-branding {
    margin-left: 20px;
}
.site-header.site-header-v1 .site-branding {
    width: 198px;
    text-align: center;
}
.site-header.site-header-v1 .primary-nav .menu-item-has-children > ul {
    top: 80px;
}
.site-header.small-height.site-header-v1 .primary-nav .menu-item-has-children > ul {
    top: 80px;
}
.site-header.site-header-v1 .custom-logo {
    max-width: 200px;
    max-height: 60px;
    margin-top: 10px;
}
.home .site-header.small-height.site-header-v1 .custom-logo {
    margin-top: 10px;
}
/*Site Header version-2*/
.site-header.site-header-v2 {
    border-color: transparent;
    background-color: transparent;
}
.site-header.small-height.site-header-v2 {
    background-color: rgba(10, 10, 10, 0.8);
    border-color: rgba(255, 182, 0, 0.5);
}
.site-header-v2 .primary-nav .m-menu-btn-2 {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}
.site-header-v2 .primary-nav .primary-nav-list {
    margin-right: 60px;
}
.site-header-v2 .primary-nav .primary-nav-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.site-header-v2 .primary-nav .primary-nav-list > .menu-item {
    top: -120px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.site-header-v2 .primary-nav .primary-nav-list.animate-nav > .menu-item {
    top: 0
}
.site-header-v2 .primary-nav .primary-nav-list.animate-nav > .menu-item:nth-child(1) {
    -webkit-transition: all 0.4s ease  1s;
    -o-transition: all 0.4s ease  1s;
    transition: all 0.4s ease  1s;
}
.site-header-v2 .primary-nav .primary-nav-list.animate-nav > .menu-item:nth-child(2) {
    -webkit-transition: all 0.4s ease  0.9s;
    -o-transition: all 0.4s ease  0.9s;
    transition: all 0.4s ease  0.9s;
}
.site-header-v2 .primary-nav .primary-nav-list.animate-nav > .menu-item:nth-child(3) {
    -webkit-transition: all 0.4s ease  0.8s;
    -o-transition: all 0.4s ease  0.8s;
    transition: all 0.4s ease  0.8s;
}
.site-header-v2 .primary-nav .primary-nav-list.animate-nav > .menu-item:nth-child(4) {
    -webkit-transition: all 0.4s ease  0.7s;
    -o-transition: all 0.4s ease  0.7s;
    transition: all 0.4s ease  0.7s;
}
.site-header-v2 .primary-nav .primary-nav-list.animate-nav > .menu-item:nth-child(5) {
    -webkit-transition: all 0.4s ease  0.6s;
    -o-transition: all 0.4s ease  0.6s;
    transition: all 0.4s ease  0.6s;
}
.site-header-v2 .primary-nav .primary-nav-list.animate-nav > .menu-item:nth-child(6) {
    -webkit-transition: all 0.4s ease  0.5s;
    -o-transition: all 0.4s ease  0.5s;
    transition: all 0.4s ease  0.5s;
}
.site-header-v2 .primary-nav .primary-nav-list.animate-nav > .menu-item:nth-child(7) {
    -webkit-transition: all 0.4s ease  0.4s;
    -o-transition: all 0.4s ease  0.4s;
    transition: all 0.4s ease  0.4s;
}
.site-header-v2 .primary-nav .primary-nav-list.animate-nav > .menu-item:nth-child(8) {
    -webkit-transition: all 0.4s ease  0.3s;
    -o-transition: all 0.4s ease  0.3s;
    transition: all 0.4s ease  0.3s;
}
.site-header-v2 .primary-nav .primary-nav-list.animate-nav > .menu-item:nth-child(9) {
    -webkit-transition: all 0.4s ease  0.21s;
    -o-transition: all 0.4s ease  0.21s;
    transition: all 0.4s ease  0.21s;
}
.site-header-v2 .primary-nav .primary-nav-list.animate-nav > .menu-item:nth-child(10) {
    -webkit-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
}

/*--------------------------------------------------------------
11. Home Page
--------------------------------------------------------------*/
.hero {
    background-color: #505050;
    background-image: url(../img/hero-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero > div {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero-text h1, 
.slider-text h1 {
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 25px;
}
.hero-text h4,
.slider-text h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 25px;
}
.t-btn.hero-btn:hover,
.t-btn.hero-btn:focus {
    background-color: #fff;
    color: #ffb600;
}
/*Hero Slider v1*/
.hero-slider-v1 {
    position: relative;
}
.hero-slider-v1 .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*Hero Slider v2*/
.hero-slider-v2 {
    position: relative;
    background-color: #404040;
}
.hero-slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 480px;
    height: 100%;
}
.hero-slider-v2 .owl-prev, 
.hero-slider-v2 .owl-next {
    height: 60px;
    width: 44px;
    background-color: #9e721d;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.hero-slider-v2 .owl-prev {
    left: 0;
}
.hero-slider-v2 .owl-next {
    right: 0;
}
.hero-slider-v2 .owl-prev:hover,
.hero-slider-v2 .owl-next:hover {
    background-color: #ffb600;
}
/*Hero Slider v3*/
.hero-slider-v3 {
    background-color: #404040;
    position: relative;
}
.single-slid {
    position: relative;
    height: 100vh;
}
.slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.single-slid .container {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.slider-text.text-center {
    margin-left: auto;
    margin-right: auto;
}
.slider-text.text-center h4 {
    margin-left: auto;
    margin-right: auto;
}
.slider-text h4 {
    width: 80%;
}
.hero-slider-v3 .owl-dots {
    width: 1170px;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
/*Hero Slider v4*/
.swiper-slider-wrap {
    background-color: #fff;
}
.swiper-container {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    overflow: hidden;
}
.slide-inner {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slide-inner .container {
    margin-left: 0;
    margin-right: 0;
}
.swiper-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .2;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -webkit-transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
    transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
    -o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s, -webkit-transform 2s ease .7s;
}
.swiper-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-active .swiper-img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .65s ease;
    -o-transition: all .65s ease;
    transition: all .65s ease;
}
.swiper-slide-duplicate-active .swiper-overlay,
.swiper-slide-active .swiper-overlay {
    opacity: .8;
}
.swiper-container .hero-text {
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0px;
}
.swiper-container .swiper-slide-active .hero-text {
    margin-top: 100px;
    opacity: 1;
    -webkit-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}
.swiper-controler {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 1;
}
.swiper-counter span {
    color: #fff;
    display: block;
    width: 80px;
    text-align: center;
}
.swiper-arrow:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.swiper-arrow-left,
.swiper-arrow-right {
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 42px;
    cursor: pointer;
}
.swiper-arrow-left {
    left: -13px;
}
.swiper-arrow-right {
    right: -13px;
}
/*Youtube Hero*/
.youtube-bg {
    background-color: #3b3b3b;
    background-image: url(../img/youtube-bg-img.jpg);
    min-height: 800px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.youtube-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.youtube-bg .container {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
}
.concrete-bg {
    background: url(../img/concrete-bg.png) repeat;
}
/*Feature Section*/
.feature {
    margin-top: -75px;
    position: relative;
    z-index: 2;
}
.single-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 150px;
    background-color: #f5f4f4;
}
.single-feature i {
    font-size: 40px;
    color: #505050;
    margin-bottom: 12px;
}
.feature-text {
    font-size: 18px;
    text-transform: uppercase;
    color: #606060;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.special-feature.single-feature {
    background-color: #ffb600;
}
.special-feature.single-feature i,
.special-feature.single-feature .feature-text {
    color: #fff;
}
/*Start Section Header*/
.section-header {
    margin-bottom: 70px;
    text-align: center;
}
.section-header h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 10px;
}
.section-header h3 {
    display: inline-block;
    font-size: 15px;
    color: #707070;
    padding: 0 40px;
    position: relative;
    margin-bottom: 0;
}
.text-left.section-header h3 {
    padding-right: 0;
}
.section-header.white h2,
.section-header.white h3 {
    color: #fff
}
.section-header h3:before,
.section-header h3:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 1px;
    background-color: rgb(200, 199, 199);
}
.section-header h3:before {
    left: 0;
}
.section-header h3:after {
    right: 0;
}
.text-left.section-header h3:after {
    display: none;
}
/*End Section Header*/

/*Project Section*/
.singel-project {
    display: inline-block;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.39);
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.singel-project img {
    width: 100%;
}
.singel-project .project-meta {
    background-color: #fff;
    padding: 19px 0;
}
.singel-project:hover .project-meta {
    background-color: #ffb600;
}
.singel-project .project-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}
.singel-project:hover .project-title {
    color: #fff;
}
.singel-project .project-date {
    font-size: 15px;
    color: #707070;
    display: block;
    line-height: 16px;
}
.singel-project:hover .project-date {
    color: #fff;
}
/*Project Section V2*/
.home-project-v2 .singel-project-img {
    position: relative;
}
.home-project-v2 .singel-project .singel-project-img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.702);
    z-index: 1;
    opacity: 0;
}
.home-project-v2 .singel-project:hover .singel-project-img:before {
    opacity: 1;
}
.home-project-v2 .singel-project .t-btn.project-view {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    font-size: 15px;
    padding: 7px 15px;
    opacity: 0
}
.home-project-v2 .singel-project:hover .t-btn.project-view {
    opacity: 1;
    background-color: #ffb600;
}
.home-project-v2 .singel-project .project-title {
    margin-bottom: 0;
    padding: 3px 0;
}
/*Service Section*/
.service.section {
    padding-bottom: 110px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    border: 1px solid #ffb600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-service .nav-tabs>li {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    text-align: center;
}
.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ffb600;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.singel-service {
    background-color: #fff;
    border: 1px solid rgba(238, 236, 236, 0.4);
    padding: 35px 15px;
}
.singel-service:hover {
    background-color: #ffb600;
    border-color: #ffb600;
}
.singel-service i {
    font-size: 40px;
    color: #606060;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.singel-service:hover i {
    color: #fff;
}
.service-header {
    text-transform: uppercase;
    font-size: 18px;
    color: #606060;
    font-weight: 500;
    margin-bottom: 20px;
}
.service-header a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.singel-service:hover .service-header a {
    color: #fff;
}
.service-v2 .singel-service:hover .service-header a {
    color: #606060;
}
.service-v2 .singel-service .service-header:hover a  {
    color: #ffb600;
}
.service-details {
    font-size: 15px;
    line-height: 25px;
    color: #505050;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.singel-service:hover .service-details {
    color: #fff;
}
.service-v2 .singel-service:hover .service-details {
    color: #505050;
}
.singel-service .service-read-more {
    display: inline-block;
    color: #505050;
    font-size: 14px;
    line-height: 18px;
    padding-right: 20px;
    position: relative;
}
.singel-service:hover .service-read-more {
    color: #fff;
}
.singel-service .service-read-more:after {
    content: "\f178";
    font-family: 'FontAwesome';
    display: inline-block;
    color: #505050;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
.singel-service:hover .service-read-more:after {
    color: #fff;
}

/*Fun Factor*/
.fun-factor {
    background-image: url(../img/fun-fact-bg.jpg);
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fun-factor:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
}
.single-factor {
    padding: 30px 10px 30px 140px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.factor-icon {
    font-size: 60px;
    color: #fff;
    position: absolute;
    left: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.factor-number {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.factor-header {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.home-blog .post {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.31);
    margin-bottom: 30px;
    width: 100%;
}
.home-blog .post:hover {
  -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.37);
  margin-bottom: 30px;
}
.home-blog .post-thumbnail {
    display: inline-block;
}
.home-blog .post-thumbnail img {
    width: 100%;
}
.home-blog .post-details-wrap {
    background-color: #fafafa;
    padding: 25px 15px;
    position: relative;
}
.home-blog .entry-title, 
.home-blog .entry-title a {
    color: #606060;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 0;
}
.home-blog .post:hover .entry-title a {
    color: #ffb600;
}
.home-blog .byline {
    margin-bottom: 15px;
}
.home-blog .byline > span {
    color: #606060;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding-left: 15px;
    margin-right: 18px;
}
.home-blog .byline .author {
    position: relative;
}
.home-blog .byline .author:before {
    content: "\f007";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 12px;
}
.home-blog .byline .comment {
    position: relative;
}
.home-blog .byline .comment:before {
    content: "\f086";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 12px;
}
.home-blog .post .byline .posted-on {
    position: absolute;
    left: 0;
    top: -37px;
    margin: 0;
    background-color: #fff;
    font-family: 'Work Sans', sans-serif;
    color: #606060;
    font-size: 14px;
    border-radius: 0 6px 6px 0;
    padding: 0;
    height: 28px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-blog .post:hover .byline .posted-on {
    background-color: #ffb600;
    color: #fff;
}
.home-blog .post .byline .posted-on a {
    color: #606060;
}
.home-blog .post:hover .byline .posted-on a {
    color: #fff;
}
/*Testimonial Section*/
.testimonial-section {
    background-image: url(../img/testimonial-bg.jpg);
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
blockquote {
    margin: 0;
    border: 0;
    color: #404040;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 80px 70px 30px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    position: relative;
}
blockquote:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 30px;
    font-size: 35px;
    color: #d8d8d8;
}
blockquote small {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    margin-top: 15px;
}
/*testimonial-v1*/
.testimonial-v1 {
    position: relative;
    margin-bottom: 30px;
    /*overflow: hidden;*/
}
.testimonial-v1 .owl-prev,
.testimonial-v1 .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    background-color: #ffb600;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    width: 35px;
}
.testimonial-v1 .owl-prev {
    left: 0px;
}
.testimonial-v1 .owl-next {
    right: 0px;
}
.testimonial-v1 .owl-prev:hover,
.testimonial-v1 .owl-next:hover {
    background-color: #404040;
}
/*Testimonial V2*/
.testimonial-v2 .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}
.testimonial-v2 .owl-dot span,
.hero-slider-v1 .owl-dot span,
.hero-slider-v3 .owl-dot span {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #ffb600;
    border-radius: 50%;
    margin: 8px;
    position: relative;
}
.testimonial-v2 .owl-dot span:before,
.hero-slider-v1 .owl-dot span:before,
.hero-slider-v3 .owl-dot span:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffb600;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.testimonial-v2 .owl-dot.active span:before,
.hero-slider-v1 .owl-dot.active span:before,
.hero-slider-v3 .owl-dot.active span:before {
    width: 18px;
    height: 18px;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.testimonial-img {
    height: 80px;
    width: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    max-width: 80px;
    border-radius: 50%;
    border: 3px solid #ffb600;
    z-index: 1;
}
.testimonial-v2 blockquote {
    margin-top: 45px;
    padding-top: 35px;
}
.testimonial-v2 blockquote:before {
    display: none;
}
.testimonial-v2 blockquote small {
    margin-bottom: 15px;
}
/*cta*/
.cta {
    background-color: #ffb600;
    padding: 25px 0;
}
.cta .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cta-quote {
    color: #fff;
    font-size: 20px;
    margin: 20px 0px;
    font-weight: 600;
    letter-spacing: 0.25px;
}
.cta-btn {
    background-color: #fff;
    color: #ffb600;
}
.cta-btn:hover {
    background-color: #404040;
    color: #fff;
}
/*--------------------------------------------------------------
12. About Page
--------------------------------------------------------------*/
/*About us v1*/
.other-hero {
    background-color: #505050;
    background-image: url(../img/other-hero-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.other-hero-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
}
.other-hero-text:before,
.other-hero-text:after {
    content: none;
}
.other-hero-text h1 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.breadcrumb {
    margin: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    line-height: 30px;
}
.breadcrumb li {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.breadcrumb li a {
    color: inherit;
    font-size: inherit;
}
.breadcrumb li a:hover {
    color: #ffb600;
}
.breadcrumb>li+li:before {
    content: "\f101";
    padding: 0 5px;
    font-size: 17px;
    color: #ccc;
    font-family: 'FontAwesome';
}
/*about-company*/
.company-featured-img {
    margin-bottom: 30px;
}
/*Accordian*/
.single-accordian {
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.21);
    margin-bottom: 16px;
}
.accordian-head {
    cursor: pointer;
    margin: 0;
    font-size: 15px;
    color: #404040;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordian-head.active {
    background-color: #ffb600;
    color: #fff;
}
.accordian-head i {
    color: #404040;
    margin-right: 18px;
}
.accordian-head.active i {
    color: #fff;
}
.single-accordian .accordian-body {
    color: #606060;
    line-height: 25px;
    font-size: 15px;
    padding: 20px 25px;
}
.accordian-toggle {
    display: inline-block;
    height: 16px;
    width: 16px;
    background-color: #404040;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.active .accordian-toggle {
    background-color: #fff;
}
.accordian-toggle:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 8px;
    background-color: #fff;
    left: 4px;
    top: 7px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.active .accordian-toggle:before {
    background-color: #ffb600;
}
.accordian-toggle:after {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 2px;
    background-color: #fff;
    left: 7px;
    top: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.active .accordian-toggle:after {
    opacity: 0;
}
/*Emd Accordian*/

/*Progress Bar*/
.progress-bar-title {
    text-transform: uppercase;
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-rogressbar {
    margin-bottom: 30px;
}
.progressbar {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    margin-top: -22px;
    overflow: hidden;
}
.progressbar:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: 0;
    background: #fafafa;
    top: inherit;
}
.inner-progress {
    background-color: #ffb600;
    position: relative;
    height: 10px;
    font-family: 'Work Sans', sans-serif;
}
.inner-progress:before {
    content: attr(data-progress);
    position: absolute;
    right: 0;
    top: -25px;
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}
/*Team Section*/
.team-member {
    margin-bottom: 30px;
}
.team-member:hover {
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.21);
}
.team-member-img {
    position: relative;
}
.team-member-img img {
    border: 1px solid rgb(229, 229, 229);
    border-bottom: 0;
}
.member-social-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.team-member:hover .member-social-btn {
    opacity: 1;
}
.member-social-btn a {
    color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px;
    font-size: 14px;
}
.member-social-btn a:hover {
    background-color: #fff;
    color: #404040;
}
.team-member .team-member-text {
    background-color: #ffb600;
    padding: 25px 10px;
}
.team-member:hover .team-member-text {
    background-color: #fff;
}
.team-member .team-member-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.team-member:hover .team-member-text h3 {
    color: #ffb600
}
.team-member .team-member-text span {
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 18px;
}
.team-member:hover .team-member-text span {
    color: #ffb600
}
/*Partner Section*/
.partner-logo a {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.partner-logo a:hover {
    border-color: #ffb600;
}
.owl-carousel.partner-logo .owl-item img {
    width: auto;
    opacity: 0.6;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.owl-carousel.partner-logo .owl-item a:hover img {
    opacity: 1;
}
/*About-v1*/
.company-history {
    margin-bottom: 30px;
}
.company-history-title {
    font-size: 18px;
    color: #505050;
    font-weight: 500;
    margin-bottom: 30px;
}
.company-history-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
    padding-right: 5%;
}
/*team-member-v1*/
.team-member .member-social-btn-v1 {
    margin-top: 13px;
    line-height: 18px;
}
.team-member .member-social-btn-v1 a {
    color: #fff;
    display: inline-block;
    margin: 0 12px;
    line-height: 16px;
}
.team-member:hover .member-social-btn-v1 a {
    color: #ffb600;
}
/*team-member-v2*/
.team-v2 .team-member .team-member-text {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}
.team-v2 .team-member:hover .team-member-text {
    width: 100%;
}
/*--------------------------------------------------------------
13. Project Page
--------------------------------------------------------------*/
/*Start Portfolio Btn*/
.portfolio-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.portfolio-filter ul {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fafafa;
    margin: 0;
}
.portfolio-filter ul li {
    padding: 0 7px;
}
.portfolio-filter ul li:not(:last-child):after {
    content: '|'
}
.portfolio-filter ul li a {
    color: #404040;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    padding: 14px 10px;
    display: inline-block;
    margin: 0 7px;
    position: relative;
}
.portfolio-filter ul li.active a {
    color: #ffb600;
}
.portfolio-filter ul li a:before {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #ffb600;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.portfolio-filter ul li.active a:before,
.portfolio-filter ul li a:hover:before {
    width: 100%;
}
/*End Portfolio Btn*/

/*Start Portfolio*/
.portfolio {
    margin-left: -15px;
    margin-right: -15px;
}
.gutter-less.portfolio {
    margin-left: 0px;
    margin-right: 0px;
}
.grid-sizer,
.portfolio-item {
    padding: 0 15px 30px;
    width: 33.3333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gutter-less .portfolio-item {
    padding: 0;
}
.inner-portfolio {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.inner-portfolio img {
    width: 100%;
    height: auto;
}
.inner-portfolio .portfolio-hover {
    position: absolute;
    top: -115%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.702);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}
.inner-portfolio:hover .portfolio-hover {
    top: 0%;
}
.portfolio-hover i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 15%;
}
.portfolio-hover h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 16px;
}
.portfolio-hover h2 {
    font-size: 16px;
    color: #ffb600;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 0;
}
.port-load-row {
    margin-top: 30px;
    margin-bottom: 30px
}
.port-load-row.port-gutter-less {
    margin-top: 60px;
}

/*--------------------------------------------------------------
## Single Project
--------------------------------------------------------------*/
.project-thumbnail {
    margin-bottom: 40px;
}
.project-details-wrap {
    padding-right: 12%;
}
.project-entry-title {
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 25px;
    color: #505050;
    font-weight: 600;
}
.project-entry-content,
.project-entry-content p {
    color: #505050;
    line-height: 25px;
}
.project-entry-content p {
    margin-bottom: 15px;
}
.project-sidebar-col {
    padding-left: 5%;
}
.project-sidebar {
    background-color: #fafafa;
    padding: 30px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.project-widget-title {
    font-size: 18px;
    color: #505050;
    font-weight: 500;
    margin-bottom: 25px;
}
.project-widget {
    margin-bottom: 50px;
}
.project-sidebar .project-widget:last-child {
    margin-bottom: 0;
}
.project-widget ul {
    list-style: none;
    padding: 0;
}
.project-widget ul li {
    font-size: 15px;
    color: #505050;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.project-widget ul li span {
    font-weight: 500;
    margin-right: 16px;
}
.related-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.related-post:hover {
    color: #505050;
}
.related-post-area .related-post:last-child {
    margin-bottom: 0px
}
.related-post-thumbnail {
    max-width: 90px;
    display: block;
    margin-right: 15px;
}
.related-post-title {
    font-size: 15px;
    color: #505050;
    margin-bottom: 5px;
    margin-top: 10px;
}
.related-post:hover .related-post-title {
    color: #ffb600;
}
.related-post-title a {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}
.related-post-date {
    display: inline-block;
    line-height: 20px;
}

/*--------------------------------------------------------------
14. Service Page
--------------------------------------------------------------*/
/*service-v1*/
.service.section.service-v1 {
    padding-bottom: 80px;
}
.service-v1 .singel-service {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgb(231, 230, 230);
}
.service-v1 .singel-service:hover {
    border-color: #ffb600;
}
.service-v1 .singel-service:before {
    content: '';
    height: 3px;
    width: 50px;
    display: block;
    background-color: #ffb600;
    position: absolute;
    left: -1px;
    top: -1px;
}
.service-v1 .singel-service:after {
    content: '';
    height: 3px;
    width: 50px;
    display: block;
    background-color: #ffb600;
    position: absolute;
    right: -1px;
    bottom: -1px;
}
/*service-v2*/
.service.section.service-v2 {
    padding-bottom: 50px;
}
.service-v2 .singel-service {
    padding: 0;
    border: none;
    margin-bottom: 60px;
}
.service-v2 .singel-service:hover {
    background-color: transparent;
}
.service-img {
    margin-bottom: 25px;
}
.service-v2 .service-details {
    margin-bottom: 20px;
}
.service-v2 .singel-service:hover .service-read-more,
.service-v2 .singel-service:hover .service-read-more:after {
    color: #505050;
}
.service-v2 .singel-service .service-read-more:hover,
.service-v2 .singel-service .service-read-more:hover:after {
    color: #ffb600;
}
/*--------------------------------------------------------------
15. Single Service Page
--------------------------------------------------------------*/
.single-service .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
    background-color: #fafafa;
    margin-bottom: 80px;
    border: 1px solid #ffb600;
}
.single-service .nav-tabs>li {
    margin-bottom: 0px;
}
.single-service .nav-tabs.nav-justified>li>a {
    border: none;
    border-radius: 0;
    padding: 10px 5px;
    margin: 0;
    color: #505050;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
}
.single-service .nav-tabs.nav-justified>li>a:focus {
  background-color: transparent;
}
.single-service .nav-tabs>li.active>a, 
.single-service .nav-tabs>li.active>a:focus, 
.single-service .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ffb600;
    border: none;
}
.fade {
    -webkit-transition: opacity 0.7s linear;
    -o-transition: opacity 0.7s linear;
    transition: opacity 0.7s linear;
}
.single-service-thumbnail {
    margin-bottom: 40px;
}
.service-entry-title {
    font-size: 25px;
    font-weight: 600;
    color: #606060;
    line-height: 30px;
    margin-bottom: 20px;
}
.service-entry-content,
.service-entry-content p {
    font-size: 15px;
    color: #606060;
    font-weight: 400;
}
.service-entry-content {
    margin-bottom: 30px;
}
/*Singel Service V1*/
.single-service-left {
    padding-right: 60px;
}
.single-service-v1 .nav-tabs {
    display: block;
    border: none;
    background-color: #fafafa;
    margin-bottom: 30px;
}
.single-service-v1 .nav-tabs > li {
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.single-service-v1 .nav-tabs > li:last-child {
    border-bottom: none;
}
.single-service-v1 .nav-tabs > li > a {
    margin-right: 0;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    color: #505050;
}
.single-service-v1 .nav-tabs > li.active > a, 
.single-service-v1 .nav-tabs > li.active > a:focus, 
.single-service-v1 .nav-tabs > li.active > a:hover,
.single-service-v1 .nav-tabs > li > a:hover {
    color: #fff;
    cursor: pointer;
    border: 0;
    background-color: #ffb600;
}
.single-service-v1 .nav-tabs > li > a:before {
    content: '';
    position: absolute;
    height: 29px;
    width: 29px;
    top: 6px;
    right: 8px;
    background-color: #ffb600;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.single-service-v1 .nav-tabs > li > a.active:before,
.single-service-v1 .nav-tabs > li > a:hover:before {
    right: -14px;
}
.pdf-download {
    display: block;
    text-align: center;
    background-color: #ffb600;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    padding: 10px 5px;
    margin-top: 60px;
    font-size: 15px;
}
.pdf-download:hover,
.pdf-download:focus {
    background-color: #404040;
    color: #fff;
}
.pdf-download i {
    margin-right: 10px;
}

/*--------------------------------------------------------------
16. Gallery Page
--------------------------------------------------------------*/
.gallery-item {
    position: relative;
    display: block;
}
.gallery-item:before {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 2;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    color: #ffb600;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
}
.gallery-item:hover:before {
    opacity: 1
}
.gallery-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.gallery-item:hover:after {
    opacity: 1
}
/*--------------------------------------------------------------
17. FAQ
--------------------------------------------------------------*/
.faq-accordian {
    margin-bottom: 30px;
}
.faq-classic {
    margin-bottom: 100px;
}
.single-faq:not(:last-child) {
    margin-bottom: 60px;
}
.faq-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #505050;
    line-height: 20px;
    margin-bottom: 40px;
}
.single-faq .question {
    position: relative;
    padding-left: 70Px;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 0px 13px 70px;
    margin-bottom: 15px;
}
.single-faq .question:before,
.single-faq .answer:before {
    height: 44px;
    width: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #ffb600;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
.single-faq .question:before {
    content: 'Q';
}
.single-faq .answer {
    position: relative;
    padding: 8px 0px 8px 70px;
    font-size: 15px;
    color: #606060;
    line-height: 25px;
}
.single-faq .answer:before {
    content: 'A';
}

/*--------------------------------------------------------------
18. Error Page
--------------------------------------------------------------*/
.error-section {
    height: 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.error-section h3 {
    color: #505050;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 41px;
    margin-bottom: 20px;
}
.error-section h2 {
    font-weight: 700;
    font-size: 110px;
    color: #ffb600;
    line-height: 80px;
    margin-bottom: 50px;
}
.error-section h4 {
    font-size: 25px;
    color: #505050;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}
.error-section h5 {
    font-size: 18px;
    color: #404040;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 45px;
    font-weight: 400;
}
.error-btn a {
    margin: 0 15px;
}

/*--------------------------------------------------------------
19. Contact Page
--------------------------------------------------------------*/
.contact-title {
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    margin-bottom: 50px;
}
.single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}
.single-contact-info i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid rgb(202, 202, 202);
    margin-right: 25px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.single-contact-info:hover i {
    border-color: #ffb600;
    color: #ffb600;
}
.single-contact-info .single-info-details {
    min-height: 50px;
}
.single-info-details h3 {
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-info-details span,
.single-info-details a {
    color: #505050;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    line-height: 22px;
}
.single-info-details a:hover {
    color: #ffb600;
}
.contact-form {
    margin-bottom: 30px;
}
.contact-form > .row {
    margin-right: -10px;
    margin-left: -10px;
}
.contact-form > .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
/*Google Map*/
.map-canvas {
    height: 290px;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
20. Blog Page
--------------------------------------------------------------*/
.Buildm-post,
.post-details {
    background-color: #fafafa;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 70px;
}
.Buildm-post:last-child {
    margin-bottom: 0;
}
.Buildm-post .post-thumbnail {
    text-align: center;
    display: block;
}
.Buildm-post .post-thumbnail img {
    width: 100%;
}
.Buildm-post .post-details-wrap,
.post-details .post-details-wrap {
    padding: 30px;
    position: relative;
}
.Buildm-post .byline,
.post-details .byline {
    margin-bottom: 8px;
}
.Buildm-post .author {
    margin-right: 20px;
}
.Buildm-post span,
.Buildm-post span a,
.post-details span,
.post-details span a {
    color: #606060;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.Buildm-post span a:hover,
.post-details span a:hover {
    color: #ffb600;
}
.Buildm-post span i,
.post-details span i {
    margin-right: 6px;
}
.Buildm-post .posted-on {
    position: absolute;
    left: -2px;
    top: -56px;
    background-color: #fff;
    width: 122px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
}
.Buildm-post .posted-on a {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
}
.Buildm-post .posted-on a:hover {
    background-color: #ffb600;
    color: #fff;
}
.Buildm-post .entry-title,
.post-details .entry-title {
    font-size: 20px;
    color: #606060;
    font-weight: 500;
    margin-bottom: 0;
}
.Buildm-post .entry-title a {
    font-size: inherit;
    color: inherit;
}
.Buildm-post .entry-title a:hover {
    color: #ffb600;
}
.Buildm-post .entry-content,
.post-details .entry-content {
    padding: 0 30px 30px;
    color: #505050;
    font-size: 15px;
}
.Buildm-post .entry-content p,
.post-details .entry-content p {
    margin-bottom: 25px;
    color: inherit;
}
.read-more-btn {
    color: #505050;
}
.post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
}
.nav-all-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-all-post a {
    display: inline-block;
    height: 35px;
    min-width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #aeaeae;
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}
.nav-all-post a.active,
.nav-all-post a:hover {
    background-color: #ffb600;
}
.nav-previous a, 
.nav-next a {
    padding: 8px 20px;
    display: inline-block;
    line-height: 22px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #aeaeae;
}
.nav-previous {
    margin-right: 5px;
}
.nav-next a:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 7px;
}
.nav-previous a:before {
    content: "\f177";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 7px;
}
.nav-previous a:hover,
.nav-next a:hover {
    background-color: #ffb600;
}
/*Blog Sidebar*/
.sidebar {
    background-color: #fafafa;
    padding: 25px 20px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
.widget:not(:last-child) {
    margin-bottom: 60px;
}
.widget-title {
    font-size: 18px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 30px;
}
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget ul li {
    position: relative;
    padding-left: 20px;
}
.widget ul li:not(:last-child) {
    margin-bottom: 10px;
}
.widget ul li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}
.widget ul li a {
    color: #505050;
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
}
.widget ul li a:hover {
    color: #ffb600;
}
.search-form {
    position: relative;
}
.search-form:after {
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    right: 1px;
    top: 1px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    background-color: #ffb600;
}
.search-form label {
    width: 100%;
    margin: 0;
}
.search-field {
    margin: 0;
    width: 100%;
    font-weight: 400;
    padding: 10px 55px 10px 10px;
}
.search-form .search-submit {
    margin: 0;
    position: absolute;
    top: 1px;
    right: 1px;
    height: 45px;
    width: 46px;
    padding: 0px;
    z-index: 2;
    opacity: 0;
}
.tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tagcloud a {
    background-color: #424242;
    color: #fffefe;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.tagcloud a:hover {
    background-color: #ffb600;
    color: #fffefe;
}
.widget.widget_recent_entries ul li {
    padding: 0;
}
.widget.widget_recent_entries ul li:before {
    display: none;
}
.widget.widget_recent_entries ul li a:hover {
    color: #505050;
}
/*blog-details*/
.social-btn.post-social-btn {
    padding-top: 20px;
}
.post-details .byline > span {
    margin-right: 25px
}
/*Comments*/
.comments-title,
.comment-reply-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #505050;
    font-weight: 500;
    margin-bottom: 30px;
}
.comment-list-outer,
.comment-respond {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    background-color: #fafafa;
    padding: 40px 30px 10px 30px;
}
.comment-body {
    position: relative;
    margin-left: 120px;
    margin-bottom: 30px;
    min-height: 90px;
}
.children .comment-body {
    min-height: 70px;
}
.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comments-area ol {
    list-style: none;
    padding-left: 0;
}
.comments-area .children {
    padding-left: 45px;
}
.comments-area .children .children {
    padding-left: 35px;
}
.comment-author .avatar {
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: -120px;
}
.comment-author {
    line-height: 20px;
    margin-bottom: 6px;
    margin-right: 30px;
}
.comment-author .nm {
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #505050;
    font-size: 16px;
}
.comment-metadata {
    line-height: 22px;
}
.comment-metadata a {
    color: #505050;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
}
.comment-content {
    line-height: 25px;
    color: #505050;
    font-size: 15px;
}
.comment-content p {
    line-height: inherit;
    color: inherit;
    font-size: inherit;
}
.comment-reply-link {
    font-size: 15px;
    color: #ffb600;
    position: relative;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
    color: #424242;
}
.comment-reply-link:before {
    content: "\f112";
    font-family: 'FontAwesome';
    margin-right: 4px;
}
.children .comment-body {
    margin-left: 100px;
}
.children .comment-author .avatar {
    height: 70px;
    width: 70px;
    left: -100px;
}
.comment-respond {
    display: block;
    width: 100%;
    margin-top: 70px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 33.3333%;
}
.comment-form-comment {
    width: 100%;
}
.comment-form-author {
    padding-right: 10px;
}
.comment-form-url {
    padding-left: 10px;
}
.form-submit {
    margin-bottom: 0;
}
.comment-form p {
    margin: 0;
}
.comment-form textarea, 
.comment-form input {
    border: 1px solid #cacaca;
    padding: 10px;
    width: 100%;
    background-color: transparent;
}
.comment-form textarea:focus, 
.comment-form input:focus {
    border-color: #ffb600;
}
.post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-navigation > div {
    display: inline-block;
}
.nav-previous a:before {
    content: "\f100";
    font-family: 'FontAwesome';
    margin-right: 4px;
}
.nav-next a:after {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-left: 4px;
}
.nav-all-post {
    min-width: 120px;
    text-align: center;
    margin: 0 25px;
}
/*Parallax Background*/
.parallax {
    background-position: 50% 0;
    background-attachment: fixed;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #313131;
    padding-top: 100px;
}
.site-footer.style-1 {
    background: url(../img/concrete-bg-1.png) repeat;
    position: relative;
}
.site-footer.style-1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #313131cf;
    display: block;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
}
.short-description {
    color: #d3d3d3;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
    max-width: 310px;
}
.social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    width: 32px;
    border: 1px solid #ffb600;
    color: #ffb600;
    margin: 5px;
    font-size: 15px;
}
.social-btn a:hover {
    color: #fff;
    background-color: #ffb600;
}
.footer-widget-list ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 350px;
}
.footer-widget-list ul li {
    padding-left: 15px;
    line-height: 18px;
    position: relative;
    width: 50%;
    margin-bottom: 20px;
}
.footer-widget-list ul li:last-child,
.footer-widget-list ul li:nth-last-child(2) {
    margin-bottom: 0px;
}
.footer-widget-list ul li a:before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 15px;
}
.footer-widget-list ul li a {
    color: #d3d3d3;
    font-size: 15px;
    font-weight: 300;
    display: block;
}
.footer-widget-list ul li a:hover {
    color: #fff;
}
.contact-info span {
    display: block;
    color: #d3d3d3;
    position: relative;
    padding-left: 25px;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    line-height: 20px;
}
.contact-info span:not(:last-child) {
    margin-bottom: 25px;
}
.contact-info span a {
    color: #d3d3d3;
}
.contact-info span a:hover {
    color: #fff;
}
.contact-info i {
    position: absolute;
    left: 0;
    top: 3px;
}
.copy-right-sectin {
    color: #a7a7a7;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #656565;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.footer-news-letter p {
    color: #d3d3d3;
    margin-bottom: 20px;
    line-height: 20px;
    font-weight: 300;
}
.footer-news-letter .mailchimp .t-btn {
    background: rgba(255, 255, 255, 0.85);
    color: #ffb600;
    font-size: 34px;
    padding: 7px 14px;
}
.footer-news-letter .mailchimp .t-btn:hover {
    background: rgba(255, 255, 255, 1);
    color: #ffb600;
}
.footer-news-letter .mailchimp input {
    padding: 0px 75px 0px 15px;
    border-color: rgba(255, 255, 255, 0.8);
}
.footer-news-letter .mailchimp input::-webkit-input-placeholder {
  color: #d3d3d3;
}
.footer-news-letter .mailchimp input::-moz-placeholder {
  color: #d3d3d3;
}
.footer-news-letter .mailchimp input:-ms-input-placeholder {
  color: #d3d3d3;
}
.footer-news-letter .mailchimp input:-moz-placeholder {
  color: #d3d3d3;
}
.footer-news-letter .mailchimp {
    margin-left: 0;
}
/*--------------------------------------------------------------
21. Comming Soon
--------------------------------------------------------------*/
.coming-soon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    background-color: #505050;
    background-image: url(../img/comming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.coming-soon-wrapper h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.coming-soon-wrapper h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 110px;
}
#time-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#time-line .outer-clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    height: 150px;
    min-width: 150px;
    margin: 25px;
    border: 1px solid #fff;
}
#time-line .outer-clock span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
/*Subscribe*/
.subscribe-wrap {
    background-color: #ffb600;
    padding: 33px 0;
}
.subscribe-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.subscribe-wrap h2 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.25px;
}
.mailchimp {
    position: relative;
    max-width: 450px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
}
.mailchimp input {
    margin: 0;
    padding: 0px 150px 0px 15px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
.mailchimp input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.mailchimp input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.mailchimp input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.mailchimp input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.mailchimp input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.mailchimp .t-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    color: #ffb600;
}
.mailchimp .t-btn:hover {
    background-color: #404040;
    color: #fff;
}
.mailchimp h5,
.mailchimp label a {
    display: none !important;
}
.mailchimp label {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: -25px;
    color: #049a04;
}
.subscription-label.error {
    color: #de0707;
}
.get-a-quote input {
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
22. RTL Version
--------------------------------------------------------------*/
.rtl .header-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .m-dropdown {
    right: initial;
    left: 16px;
}
.rtl .site-header.site-header-v1 .site-branding {
    margin-left: initial;
    margin-right: 20px;
}
.rtl .site-header.site-header-v1 .site-branding:before {
    left: inherit;
    right: 36px;
}
.rtl .site-header.site-header-v1 .site-branding:after {
    left: initial;
    right: 0;
}
.rtl .primary-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .site-header-v2 .primary-nav .m-menu-btn-2 {
    right: initial;
    left: 15px;
}
.rtl .site-header-v2 .primary-nav .primary-nav-list {
    margin-right: initial;
    margin-left: 60px;
}
.rtl .primary-nav .primary-nav-list > .menu-item:last-child {
    margin-right: 30px;
}
.rtl {
    text-align: right;
}
.rtl .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .single-factor {
    padding: 30px 140px 30px 10px;
}
.rtl .factor-icon {
    left: initial;
    right: 42px;
}
.rtl .home-blog .byline > span {
    margin-right: initial;
    margin-left: 18px;
    padding-left: initial;
    padding-right: 15px;
}
.rtl .home-blog .byline .author:before {
    left: initial;
    right: 0;
}
.rtl .home-blog .byline .comment:before {
    left: initial;
    right: 0;
}
.rtl .home-blog .post .byline .posted-on {
    left: initial;
    right: 0;
    border-radius: 6px 0 0 6px;
}
.rtl .contact-info span {
    padding-left: 0;
    padding-right: 25px;
}
.rtl .contact-info i {
    left: initial;
    right: 0;
}
.rtl .footer-widget-list ul li {
    padding-left: 0;
    padding-right: 15px;
}
.rtl .footer-widget-list ul li a:before {
    left: initial;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .short-description {
    margin-left: auto;
}
.rtl .social-btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .scrollup {
    right: initial;
    left: 30px;
}
.rtl .cta .col-md-4.col-lg-3 {
    text-align: left;
}
.rtl .subscribe-wrap .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .mailchimp .t-btn {
    right: initial;
    left: 0;
}
.rtl .mailchimp input {
    padding: 0px 15px 0px 150px;
    text-align: right;
}
.rtl .footer-news-letter .mailchimp input {
    padding: 0px 15px 0px 75px;
    text-align: right;
}
.rtl .slider-text h4 {
    margin-left: auto;
}
.rtl .hero-slider-v3 .owl-dots {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.rtl .section-header.text-left {
    text-align: right !important;
}
.rtl .text-left.section-header h3 {
    padding-right: 40px;
    padding-left: 0;
}
.rtl .section-header.text-left h3:before {
    left: initial;
    right: 0;
}
.rtl .accordian-toggle {
    right: initial;
    left: 30px;
}
.rtl .other-hero-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .company-history-text {
    padding-right: initial;
    padding-left: 5%;
}
.rtl .progress-bar-title {
    text-align: left;
}
.rtl .portfolio-filter ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .portfolio-filter ul li:last-child:after {
    content: '|';
}
.rtl .portfolio-filter ul li:first-child:after {
    display: none;
}
.rtl .project-widget ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .project-widget ul li span {
    margin-right: 0;
    margin-left: 16px;
}
.rtl .related-post {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .related-post-thumbnail {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .project-details-wrap {
    padding-right: 0;
    padding-left: 12%;
}
.rtl .singel-service .service-read-more {
    padding-left: 20px;
    padding-right: 0;
}
.rtl .singel-service .service-read-more:after {
    right: initial;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .single-service-left {
    padding-right: 0;
    padding-left: 60px;
}
.rtl .single-service-v1 .nav-tabs > li > a:before {
    right: initial;
    left: 8px;
}
.rtl .single-service-v1 .nav-tabs > li > a.active:before, 
.rtl .single-service-v1 .nav-tabs > li > a:hover:before {
    right: initial;
    left: -14px;
}
.rtl .single-faq .answer {
    padding: 8px 70px 8px 0px;
}
.rtl .single-faq .question:before, 
.rtl .single-faq .answer:before {
    left: initial;
    right: 0;
}
.rtl .single-faq .question {
    padding: 13px 70px 13px 0px;
}
.rtl .widget ul li {
    padding-left: 0;
    padding-right: 20px;
}
.rtl .widget ul li:before {
    left: initial;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rtl .widget.widget_recent_entries ul li {
    padding-right: 0;
}
.rtl .tagcloud {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .Buildm-post .posted-on {
    border-radius: 5px 0px 0px 5px;
    left: initial;
    right: -2px;
}
.rtl .home-blog .byline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rtl .Buildm-post .byline, .post-details .byline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .Buildm-post .author {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .read-more-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .read-more-btn i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 3px;
}
.rtl .post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .Buildm-post span, 
.rtl .Buildm-post span a, 
.rtl .post-details span, 
.rtl .post-details span a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .Buildm-post span i, 
.rtl .post-details span i {
    margin-right: 0;
    margin-left: 6px;
}
.rtl .comment-body {
    margin-right: 120px;
    margin-left: 0;
}
.rtl .comment-author .avatar {
    left: initial;
    right: -120px;
}
.rtl .comment-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .comment-author {
    margin-right: 0;
    margin-left: 30px;
}
.rtl .children .comment-author .avatar {
    right: -100px;
}
.rtl .children .comment-body {
    margin-left: 100px;
    margin-left: 0;
}
.rtl .comments-area .children {
    padding-left: 0;
    padding-right: 45px;
}
.rtl .comment-form textarea, 
.rtl .comment-form input {
    border: 1px solid #cacaca;
    padding: 10px;
    width: 100%;
    background-color: transparent;
    text-align: right;
}
.rtl .form-submit {
    width: 100%;
}
.rtl .single-contact-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .single-contact-info i {
    margin-right: 0;
    margin-left: 25px;
}
.rtl input, .rtl select, .rtl textarea {
    text-align: right;
}
.rtl .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .breadcrumb li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.rtl .breadcrumb>li+li:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*--------------------------------------------------------------
23. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 991px) and (min-width: 768px) {
    .single-factor {
        padding: 30px 10px 30px 80px;
    }
    .factor-icon {
        left: 15px;
        font-size: 50px;
    }
    .factor-number {
        font-size: 35px;
    }
    .factor-header {
        font-size: 14px;
    }
    .home-blog .post .byline .posted-on {
        top: -30px;
        height: 24px;
        width: 70px;
    }
    .home-blog .post-details-wrap {
        padding: 10px 15px;
    }
    .home-blog .byline {
        margin-bottom: 5px;
    }
    .home-blog .entry-title, 
    .home-blog .entry-title a {
        line-height: 18px;
    }
    /*About*/
    .team-member .team-member-text h3 {
        font-size: 17px;
    }
    .team-v2 .team-member .team-member-text {
        width: 100%;
        margin-top: 0px;
    }
    .team-member .member-social-btn-v1 a {
        margin: 0 5px;
    }
}

@media screen and (max-width: 1199px) {
    .project-sidebar-col {
        padding-left: 15px;
    }
    .hero-slider-v3 .owl-dots {
        width: 100%;
    }
    .site-header.site-header-v1 .header-wrap {
        width: 930px;
    }
    .project-details-wrap {
        padding-right: 0;
    }
    .site-header.site-header-v1 .site-branding:before {
        width: 190px;
    }
}

/*== Start Site Header ==*/
@media screen and (max-width: 1400px) and (min-width: 1001px) {
    .site-header .primary-nav .menu-item-has-children:last-child > ul {
        right: 0px;
    }
}

@media screen and (max-width: 1000px) {
    /*== Home page Header ==*/
    .site-header > div {
        width: 100%;
        padding: 0;
    }
    .site-branding {
        margin-left: 15px;
    }
    .m-menu-btn {
        margin-right: 15px;
    }
    .m-menu-btn {
        display: block;
    }
    .primary-nav-list {
        position: absolute;
        top: 100px;
        width: 100%;
        left: 0;
        display: none;
        background: rgba(30,30,30, .97);
        max-height: 295px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
        margin: 0;
    }
    .small-height .primary-nav-list {
        top: 70px;
        margin: 0;
    }
    .m-menu ul {
        list-style: none;
    }
    .m-menu ul .menu-item a {
        display: block;
        padding: 6px 15px;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .m-menu ul .menu-item ul li a {
        font-size: 11px;
    }
    .m-menu ul .menu-item a:hover {
        background-color: #2b2b2b;
    }
    .m-dropdown {
        display: inline-block;
        position: absolute;
        top: 9px;
        right: 16px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 10px;
        line-height: 18px;
        height: 20px;
        width: 20px;
        text-align: center;
        z-index: 11;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .m-dropdown:hover {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .m-menu ul .menu-item ul {
        display: none;
        padding-left: 10px;
    }
    .m-menu ul > .menu-item {
        position: relative;
    }
    .menu-item.menu-item-has-children > a:after {
        display: none;
    }
    /*Header version-2*/
    .site-header.site-header-v1 {
        top: 0;
    }
    .site-header-v1 .primary-nav-list {
        top: 80px;
    }
    .site-header.site-header-v1 .site-branding:before {
        left: 0px;
    }
    .site-header.site-header-v1 .site-branding {
        width: 178px;
    }
    .site-header.site-header-v1 .site-branding:before {
        left: 49px;
        width: 160px;
    }
    /*Header version-3*/
}
/*== End Site Header ==*/

@media screen and (max-width: 991px) {
    .single-service-left {
        padding-right: 30px;
    }
    .contact-title {
        margin-bottom: 30px;
    }
    .contact-form {
        margin-top: 10px;
    }
    .subscribe-wrap .container {
        display: block;
        text-align: center;
    }
    .mailchimp {
        margin-left: auto;
        margin-right: auto;
    }
    .subscribe-wrap h2 {
        margin-bottom: 20px;
    }
    .site-header.site-header-v1 .header-wrap {
        width: 690px;
    }
    .company-history-text,
    .rtl .company-history-text {
        padding-left: 0;
    }
    .rtl .single-service-left {
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .hero,
    .youtube-bg {
        min-height: 480px;
    }
    .swiper-container {
        height: 480px;
    }
    .slider-text h1,
    .hero-text h1 {
        font-size: 40px;
        line-height: 35px;
    }
    .single-slid .container {
        width: 100%;
    }
    .single-slid {
        height: 550px;
    }
    .slider-text {
        width: 100%;
        text-align: center;
    }
    .slider-text h4 {
        width: 100%;
        padding: 0 10%;
    }
    .slider-text h4, 
    .hero-text h4 {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .hero-text h4 {
        max-width: 475px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-slider-v2 .owl-prev, 
    .hero-slider-v2 .owl-next {
        height: 48px;
        margin-top: -20px;
    }
    .hero-slider-v3 .slider-text h4 {
        margin-left: 0;
    }
    .section {
        padding: 60px 0 30px;
    }
    .service.section {
        padding-bottom: 60px;
    }
    .section-header {
        margin-bottom: 40px;
    }
    .single-feature {
        width: 100%;
    }
    .feature {
        margin-top: 60px;
    }
    .cta-quote {
        margin-top: 0;
        text-align: center;
    }
    .site-footer {
        padding-top: 50px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .footer-widget-title {
        margin-bottom: 30px;
    }
    .contact-info span:not(:last-child) {
        margin-bottom: 15px;
    }
    .copy-right-sectin {
        min-height: 80px;
        margin-top: 10px;
    }
    .service.section.service-v1 {
        padding-bottom: 30px;
    }
    .service.section.service-v2 {
        padding-bottom: 30px;
    }
    .service-v2 .singel-service {
        margin-bottom: 30px;
    }
    .grid-sizer,
    .portfolio-item {
        width: 50%;
    }
    .portfolio-filter {
        margin-bottom: 50px;
    }
    .port-load-row {
        margin-top: 20px;
    }
    .port-load-row.port-gutter-less {
        margin-top: 50px;
    }
    .project-sidebar {
        margin-bottom: 30px;
    }
    .single-service .nav-tabs.nav-justified {
        margin-bottom: 40px;
    }
    .single-service-thumbnail {
        margin-bottom: 30px;
    }
    .service-entry-title {
        margin-bottom: 15px;
    }
    .single-service-left {
        padding-right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .pdf-download {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .single-faq:not(:last-child) {
        margin-bottom: 30px;
    }
    .faq-classic {
        margin-bottom: 60px;
    }
    .faq-title {
        margin-bottom: 30px;
    }
    .other-hero-text {
        width: 100%;
    }
    .single-contact-info {
        margin-bottom: 25px;
    }
    /*Blog*/
    .Buildm-post,
    .post-details {
        margin-bottom: 50px;
    }
    .widget:not(:last-child) {
        margin-bottom: 35px;
    }
    .widget-title {
        margin-bottom: 20px;
    }
    .post-navigation {
        margin-bottom: 50px;
    }
    .tagcloud {
        max-width: 400px;
    }
    .comment-respond {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .testimonial-v2 blockquote {
        margin-top: 55px;
    }
    /*Contact*/
    .contact-form > .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .contact-form > .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-header.text-left {
        text-align: center;
    }
    .text-left.section-header h3 {
        padding-right: 40px;
    }
    .text-left.section-header h3:after {
        display: inline-block;
    }
    .cta {
        text-align: center;
    }
    .short-description {
        max-width: 100%;
    }
    .project-details-wrap {
        margin-bottom: 30px;
    }
    .single-service .nav-tabs>li {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
    .blog-left-sidebar .container > .row,
    .blog-details-left-sidebar .container > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #time-line .outer-clock {
        font-size:30px;
        font-weight: bold;
        height: 100px;
        min-width: 100px;
        margin: 20px;
    }
    #time-line .outer-clock span {
        font-size: 18px;
    }
    .coming-soon-wrapper h1 {
        font-size: 50px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .coming-soon-wrapper h4 {
        font-size: 22px;
        margin-bottom: 50px;
    }
    .header-wrap {
        width: 510px;
    }
    .rtl .site-header.site-header-v1 .site-branding:after {
        top: -10px;
        left: 0;
    }
    .rtl .project-details-wrap {
        padding-left: 0;
    }
}

@media screen and (max-width: 650px) {
    .portfolio-filter ul li a {
        padding: 9px 5px;
        margin: 0 2px;
        font-size: 14px;
    }
    .comments-area .children {
        padding-left: 20px;
    }
    .comment-form-author, 
    .comment-form-email, 
    .comment-form-url {
        width: 100%;
    }
    .comment-form-author {
        padding-right: 0;
    }
    .comment-form-url {
        padding-left: 0;
    }
    .blog-details-left-sidebar .sidebar {
        margin-bottom: 50px;
    }
    .blog-details-left-sidebar .comment-respond {
        margin-bottom: 30px;
    }
    .swiper-counter span {
        width: 65px;
    }
    .rtl .comments-area .children {
        padding-right: 0;
    }
}

@media screen and (max-width: 557px) {
    .coming-soon-wrapper h1 {
        font-size: 40px;
        line-height: 35px;
    }
    #time-line .outer-clock {
        margin: 10px
    }
    .comments-area .children .children {
        padding-left: 10px;
    }
    .site-header.site-header-v1 .header-wrap {
        width: 100%;
    }
    .home .site-header.site-header-v1 {
        top: 0;
    }
}

@media screen and (max-width: 450px) {
    .grid-sizer,
    .portfolio-item {
        width: 100%;
    }
}




/* Tanıtım Section Genel Ayarlar */
.tanitim-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.tanitim-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
    flex-wrap: wrap;
}

.tanitim-text {
    flex: 1;
    max-width: 50%;
    animation: fadeInLeft 1s ease-in-out;
}

    .tanitim-text h2 {
        font-size: 36px;
        color: #333;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .tanitim-text p {
        font-size: 18px;
        color: #777;
        line-height: 1.6;
        margin-bottom: 20px;
    }

.btn-tanitim {
    display: inline-block;
    padding: 12px 30px;
    background: #FFB800; /* Sarı-Turuncu Renk */
    color: #fff; /* Yazı rengi beyaz */
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    transition: transform 0.3s, box-shadow 0.3s, color 0.3s;
}

    .btn-tanitim:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(255, 184, 0, 0.5);
        color: #fff; /* Yazı rengi hover'da da beyaz kalsın */
        text-decoration: none;
    }



.tanitim-image {
    flex: 1;
    max-width: 50%;
    animation: fadeInRight 1s ease-in-out;
}

    .tanitim-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
    }

        .tanitim-image img:hover {
            transform: scale(1.05);
        }

/* Mobil Uyum (Responsive) */
@media (max-width: 768px) {
    .tanitim-content {
        flex-direction: column;
        text-align: center;
    }

    .tanitim-text, .tanitim-image {
        max-width: 100%;
    }
}

/* Animasyonlar */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}